home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 943 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.0 KB

  1. Date: Sat, 22 Jan 94 06:44:50 MST
  2. From: shenson@nyx10.cs.du.edu (Stephen Henson)
  3. Message-Id: <9401221344.AA25761@nyx10.cs.du.edu>
  4. X-Disclaimer: Nyx is a public access Unix system run by the University
  5.     of Denver.  The University has neither control over nor
  6.     responsibility for the opinions or correct identity of users.
  7. To: mint@terminator.rs.itd.umich.edu
  8. Subject: Fork() ...
  9.  
  10. The problem arises with e.g. Rwabs. YOu have to pass it an address and it may
  11. or may not use DMA (thru the disk routines) toaccess that address. At present
  12. there is no way of knowing. If it uses DMA Rwabs wants the physical addess but
  13. if it copies then it wants the virtual address. A kludge would be to arrange a
  14. block of memory as a buffer which has the same physical and virtual address.
  15.     Alternatively the area could temporaily be mapped to its own physical
  16. address and this address passed (or address translation turned off). Then it
  17. wouldn't matter which addres was used it would end up in the same spot. Only
  18. the disk routines immeditaly spring to mind as causing problems.
  19. Steve.
  20.  
  21.